CRPEWindowOptions
This structure is used to set attributes for a print window. Use CRPEJob::GetWindowOptions, and CRPEJob::SetWindowOptions, to retrieve and change these options.
Data Members
- The default for each data member is FALSE.
- For each data member, use TRUE, FALSE, or PEP_UNCHANGED to use existing setting.
m_hasGroupTree
| short
| Indicates whether the specified print window has a group tree.
|
m_canDrillDown
| short
| Indicates whether the specified print window has permission to drill down.
|
m_has NavigationControls
| short
| Indicates whether the specified print window has navigation controls (previous, next, etc.).
|
m_hasCancelButtom
| short
| Indicates whether the specified print window has a Cancel button.
|
m_hasPrintButton
| short
| Indicates whether the specified print window has a Print button.
|
m_hasExportButton
| short
| Indicates whether the specified print window has an Export button.
|
m_has ZoomControl
| short
| Indicates whether the specified print window has magnification controls.
|
m_hasCloseButton
| short
| Indicates whether the specified print window has a Close button.
|
m_has progressControls
| short
| Indicates whether the specified print window has controls to indicated the progress of a lengthy operation.
|
m_hasSearchButton
| short
| Indicates whether to perform database verification for every print job.
|
m_hasPrintSetup Button
| short
| Indicates whether the specified print window has a Print Setup button.
|
m_hasRefreshButton
| short
| Indicates whether the specified print window has a Refresh Data button.
|
m_showToolbarTips
| short
| Indicates whether Toolbar Tips will be shown or hidden.
|
m_showDocumentTips
| short
| Indicates whether Document Tips will be shown or hidden.
|
m_hasLaunchButton
| short
| Indicates whether a Launch Seagate Analysis button will be shown or hidden.
Note: Seagate Analysis is now known as Crystal Analysis.
|
Constructor CRPEWindowOptions::CRPEWindowOptions
This constructs a CRPEWindowOptions structure object. Call the constructor with no parameters to allow the Class Library to initialize all member variables with default values. Pass parameters to the constructor to assign specific values to each member variable.
Constructor Syntax (Default)
CRPEReportOptions ();
Constructor Syntax
CRPEWindowOptions (
short hasGroupTree,
short canDrillDown,
short hasNavigationControls,
short hasCancelButton,
short hasPrintButton,
short hasExportButton,
short hasZoomControl,
short hasCloseButton,
short hasProgressControls,
short hasSearchButton,
short hasPrintSetupButton,
short hasRefreshButton
short showToolbarTips,
short showDocumentTips,
short hasLaunchButton );